google.golang.org/grpc/internal/transport.bufWriter.offset (field)
8 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L632: if l.framer.writer.offset < minBatchSize {
http_util.go#L304: offset int
http_util.go#L337: copied := copy(w.buf[w.offset:], b)
http_util.go#L340: w.offset += copied
http_util.go#L341: if w.offset < w.batchSize {
http_util.go#L366: if w.offset == 0 {
http_util.go#L369: _, w.err = w.conn.Write(w.buf[:w.offset])
http_util.go#L371: w.offset = 0
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)